ComponentOne CandlestickChart for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Chart Namespace / C1ChartCore<Tseries,TAnimation,TBinding> Class / Annotations Property

In This Topic
    Annotations Property
    In This Topic
    An array collection that contains the annotations.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property Annotations As System.Collections.Generic.List(Of AnnotationBase)
    public virtual System.Collections.Generic.List<AnnotationBase> Annotations {get;}
    See Also